net/http.http2priorityWriteSchedulerRFC7540.nodes (field)

14 uses

	net/http (current package)
		h2_bundle.go#L11466: 		nodes:                make(map[uint32]*http2priorityNodeRFC7540),
		h2_bundle.go#L11471: 	ws.nodes[0] = &ws.root
		h2_bundle.go#L11632: 	nodes map[uint32]*http2priorityNodeRFC7540
		h2_bundle.go#L11657: 	if curr := ws.nodes[streamID]; curr != nil {
		h2_bundle.go#L11669: 	parent := ws.nodes[options.PusherID]
		h2_bundle.go#L11680: 	ws.nodes[streamID] = n
		h2_bundle.go#L11690: 	if ws.nodes[streamID] == nil {
		h2_bundle.go#L11693: 	if ws.nodes[streamID].state != http2priorityNodeOpenRFC7540 {
		h2_bundle.go#L11697: 	n := ws.nodes[streamID]
		h2_bundle.go#L11718: 	n := ws.nodes[streamID]
		h2_bundle.go#L11731: 		ws.nodes[streamID] = n
		h2_bundle.go#L11737: 	parent := ws.nodes[priority.StreamDep]
		h2_bundle.go#L11787: 		n = ws.nodes[id]
		h2_bundle.go#L11847: 	delete(ws.nodes, n.id)